This is the home page for this test case with flexdashboards.
setosa versicolor virginica 50 50 50
\(A + B = C\)
\(\frac{1}{C} = some value\)
\(\hat{Y} = \beta_0 + \beta_1X_1 + \beta_2X_2\)
a <- 2 + 2 b <- function(x){ print(x^2) } b(a) rm(a, b) # clean memory